home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / logolib / combine < prev    next >
Encoding:
Text File  |  1996-07-16  |  111 b   |  7 lines

  1. to combine :this :those
  2. if wordp :those [output word :this :those]
  3. output fput :this :those
  4. end
  5.  
  6. bury "combine
  7.